home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / Chip_2002-02_cd1.bin / tema / mgedata / muz.swf / scripts / DefineButton2_22 / BUTTONCONDACTION on(release).as
Text File  |  2001-10-15  |  219b  |  12 lines

  1. on(release){
  2.    scale = "99";
  3.    action = "play";
  4.    down = "3";
  5.    status = "playing tr. " add playtrack;
  6.    tellTarget("tracks")
  7.    {
  8.       gotoAndStop("track" add eval("../:playtrack"));
  9.    }
  10.    play();
  11. }
  12.